PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageDestination Class / setZoom Method
Zoom value (percentage) applied to destination page.
In This Topic
    setZoom Method
    In This Topic
    Sets the zoom.
    A 0 zoom means the current zoom value does not change.
    Syntax
    public void setZoom( 
       double zoom
    )

    Parameters

    zoom
    Zoom value (percentage) applied to destination page.
    See Also